GtkIconView now uses a per-row GtkCellAreaContext to store the alignments
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 12 Dec 2010 15:24:26 +0000 (00:24 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 6 Jan 2011 04:51:48 +0000 (13:51 +0900)
commita16035883019ff258b2a2c3db4970360aac1db1b
tree38513f90c144248e05ac550bc8b7d8b80f619c64
parent2d5eadb7f99f783970db183dff556df027972229
GtkIconView now uses a per-row GtkCellAreaContext to store the alignments
of each row.

GtkIconView now properly calculates the height of each row separately
using a separate GtkCellAreaContext stored in an array which it can
always easily index with the item->row index for all purposes.
gtk/gtkiconview.c